home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
C
/
SBASIC02.ZIP
/
TEST.B
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-05
|
213 b
|
10 lines
10 INPUT "How old are you? ",A
IF A = 16 THEN PRINT "A = ";16 ELSE PRINT "A = NOT";16
FOR I = 1 TO 3
PRINT "You're not the same age as me..."
NEXT
GOTO 30
20 PRINT "Wow! So am I!"
30 PRINT "Goodbye!"
END